

/*	-------------------------------------------------------------
	COLORS SCHEME
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


	Blue: #5381ac
	Light Gray: #909090
	Dark Gray: #484747
	Borders: #efefef


*/

/*	-------------------------------------------------------------
	STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

@media screen, projection {

/*	-------------------------------------------------------------
	RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, #site-title  {
	margin: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent; }

body {
	line-height: 1; }

ul,
ol {
	list-style-type:none;
	margin:13px 0 13px 15px;
	padding:0; }

ul li,
ol li {
	line-height:1.7;
	margin:0 0 2px 0;
	padding:0; }

:focus {
	outline: 0; }

ins {
	text-decoration: none; }

del {
	text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0; }

/*	-------------------------------------------------------------
	HACKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

.clearfix {
	display:inline-block; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; }

/* Hide from IE Mac \*/
	.clearfix { display:block; }
/* End hide from IE Mac */

.clear {clear:both;}

/*	-------------------------------------------------------------
	BODY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

html {
	font-size: 100%; }

body {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color: #666;
	min-width:1009px;
	line-height: 1.7em;
	background: #d6d6d6 url("../../images/bg_body.png") no-repeat top center; }


/*	-------------------------------------------------------------
	LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

a {
	color:#47add9;
	margin: 0;
	outline: 0; }

a, a:visited, a:active {
	text-decoration: none; }

a:hover {
	color: #484747;
	text-decoration: none; }

/*	-------------------------------------------------------------
	TYPOGRAPHY
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

p {
	font-size:0.9em;
	margin:0 0 17px 0;
	line-height: 1.6em;}

h1, h2, h3, h4, h5, h6, #site-title  {
	font-family: "TitilliumText14L 400 wt", sans-serif;
	color: #333;
	line-height: 100%;
	letter-spacing:-0.5px; }

h1, #site-title  {
	font-size: 35px;
	color:#5381ac;
	font-weight: normal;
	margin: 0 0 10px 0; }

h2 {
	font-size:1.6em;
	color:#343434;
	font-weight: normal;
	margin: 20px 0 0 0;
	line-height: 1.5em; }

h3 {
	font-size:1.3em;
	color:#5381ac;
	font-weight: normal;
	margin: 20px 0 0 0; }

h4 {
	font-size:1.1em;
	color:#484747;
	font-weight: normal;
	margin: 25px 0 10px 0; }

ul.nolist,
ol.nolist {
	margin:0 0 30px 0;
	padding:0; }

ul.nolist li,
ol.nolist li {
	list-style:none;
	background: none !important; }

/*	-------------------------------------------------------------
	GRID
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
input[type=text],input[type=password],input[type=email], select, textarea{
	background: #FFF;
	border: 1px solid #DDD;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;
	width: 248px;
	margin: 0px 5px 8px;
	font: normal normal normal 13px/normal 'Lucida Grande', Arial, sans-serif;
}
td input[type=text],td input[type=password],td input[type=email], td select, td textarea{
	width: 200px;
}
input.button, input.buttongo, input.buttonwarn, button{
	position:relative;
	display:block;
	width:auto;
	height:31px;
	padding:0 5px;
	margin:21px 0 0 2px;
	border:1px solid #5381ac;
	font-size:12px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	line-height:25px;
	vertical-align:middle;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	background:#5381ac;
	margin: 7px 0 0;
}
.wrapper {
	position: relative;
	width:977px;
	margin: 0 auto; }

.wrapper-home {
	width:1009px;
	margin: 0 auto; }

.header {
	position:relative;
	height: 97px;
	width: 977px;
	margin: 10px auto 0 auto; }

.content-top {
	width:977px;
	height:19px;
	margin:25px auto 0 auto;
	background: url("../../images/bg_content_top.png") no-repeat left bottom; }

.content {
	width:977px;
	padding:0;
	margin:0 auto;
	background: url("../../images/bg_content.png") repeat-y left bottom; }

.content-btm {
	width:977px;
	height:19px;
	margin:0 auto;
	padding:0;
	background: url("../../images/bg_content_btm.png") no-repeat left bottom; }

.content-header {
	position:relative;
	width: 977px;
	margin:25px auto 20px auto;
	text-align: center; }

.main-content {
	position: relative;
	width:913px;
	margin:0 auto;
	padding:20px 0 0 0; }

.left, .right {
	float:left;
	width: 425px; }

.right {
	margin:0 0 0 50px; }

.sidebar {
	float:left;
	width: 200px;
	margin:0 35px 0 0; }

.col-left {
	float:left;
	width: 275px; }

.col-right {
	float:left;
	width: 675px; }

/*	-------------------------------------------------------------
	INTERFACE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
.floatLeft{
float:left;
padding: 0 25px 25px;
}
.whhead{
padding-bottom: 15px;
clear:both;
}
/* QUICKNAV */
.quicknav {
	width: 100%;
	height: 0px;
	background: #fff;
	border-bottom: 1px solid #c8c8c8; }

.quicknav .clientlogin,.quicknav .clientChat {
	position: absolute;
	top:0px;
	right:13px;
	width: 105px;
	height: 24px;
	padding:1px 0 0 0;
	text-align: center;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
	z-index: 1;
	background: transparent url("../../images/bg_client_login.gif") no-repeat top left;	 }
.quicknav .clientChat {
	right: 118px;
}
.quicknav a { color:#9a9a9a; }
.quicknav a:hover {	color:#343434; }


/* HEADER */
.header h1 a, #site-description, #site-title a {
	font-family: "TitilliumText14L 800 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#333;
	text-shadow: 1px 1px 0 #fff;
	position:absolute;
	top:43px;
	left:10px;
	margin:0;
	padding:0;
	height:41px; }

#site-description{
	top:72px;
	left: 17px;
	font-size:12px;
	width: 248px;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
}

.header .nav {
	position:absolute;
	top:31px;
	right:25px;
	margin:0;
	padding:0; }

.header .nav li {
	position: relative;
	float:left;
	width:auto;
	padding:0 5px !important;
	background:transparent; }

.header .nav li a {
	font-family: "TitilliumText14L 800 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	position: relative;
	display:block;
	color:#7a7a7b;
	font-size:1.4em;
	padding:15px 10px 10px 10px;
	text-shadow: 0 1px 0 #fff;
	background:transparent; }

.header .nav li a:hover {
	color:#5381ac; }

.header .nav li a.selected {
	color:#5381ac; }


/* PROMOS */
.promo a.controlSlider{
    background: url("../../images/bullets.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 22px;
	cursor: pointer;
    position: relative;
    z-index: 9;
	padding: 0;
	margin: 0;

}
.goodPromo strong{
font-weight: 400;
}
.promo a.controlSlider:hover{
	text-shadow: none;
    background: url("../../images/bullets.png") no-repeat scroll 0 -22px transparent;
	color: #000;
}

.promo a.activeSlider{
	background-position: 0 -22px
}
#navSlider{
	position: absolute;
	left: 65px;
	top: 85px;
}
.promo {
	position: relative;
	width:1009px;
	margin-left: 15px;
	height:544px;
	background: url("../../images/bg_promo.png") no-repeat left bottom; }
.gstPromo {
	position: relative;
	width:1009px;
	margin-left: 15px;
	height:544px;
        background: url("http://twopiz.com/content/uploads/2015/04/GST.jpg") no-repeat scroll 560px 160px transparent;
}

.affordablePromo {
	position: relative;
	width:1009px;
	margin-left: 15px;
	height:544px;
        background: url("../../images/present.png") no-repeat scroll 560px 160px transparent;
}
.domainPromo {
	position: relative;
	width:1009px;
	margin-left: 15px;
	height:544px;
        background: url("../../images/cheap-domain-malaysia.gif") no-repeat 348px 108px;
}

.charityPromo {
	position: relative;
	width:1009px;
	margin-left: 15px;
	height:544px;
        background: url("../../images/donate.jpg") no-repeat 408px 28px;
}

.goodPromo {
	position: relative;
	width:1009px;
	margin-left: 15px;
	height:544px;
        background: url("../../images/good.jpg") no-repeat 458px 28px;
}

.windowsPromo {
	position: relative;
	width:1009px;
	margin-left: 15px;
	height:544px;
	background: url("../../images/windows-server-2008.jpg") no-repeat 460px 130px
}

.bersihPromo{
	width: 1009px;
	height: 534px;
	background: transparent url("../../images/bersih-twopiz.jpg") no-repeat 444px 195px
}
.currentPromo{
	width: 1009px;
	height: 534px;
	background: transparent url("../../images/news.jpg") no-repeat 574px 70px
}
.currentRaya{
	width: 1009px;
	height: 534px;
	background: transparent url("../../images/ketupat.jpg") no-repeat 465px 150px
}

.currentPromo2{
	width: 1009px;
	height: 534px;
	background: transparent url("../../images/clover.jpg") no-repeat 365px 30px}


.promoWordpress {
	width: 1009px;
	height: 534px;
	background:transparent url("../../images/wordpress-logo-stacked-rgb.png") no-repeat 444px 100px; }

.promoDiscount {
	width: 973px;
	height: 538px;
background:url("../../images/mouse.jpg") no-repeat scroll 544px 28px transparent; }


.promoLoyalty {
	width: 1009px;
	height: 538px;
background:url("../../images/prize.jpg") no-repeat scroll 494px 40px transparent }

.promoBizWebHosting {
	width: 1009px;
	height: 508px;
	background:transparent url("../../images/servers.png") no-repeat 469px 125px; }

.promo1 {
	width: 1009px;
	height: 508px;
	background:transparent url("../../images/bg_promo_visual_01.png") no-repeat top right; }

.promo2 {
	width: 1009px;
	height: 560px;
	background:transparent url("../../images/bg_promo_visual_02.png") no-repeat center right; }

.promo h2 {
	font-family: "TitilliumText14L 800 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#343434;
	font-size:45px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -2px;
	padding:120px 0 0 68px;
	margin:0 0 10px 0; }

.promo p {
/*
	font-family:"TitilliumText14L 400 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
*/
	color:#6c6c6c;
	font-size:15px;
	padding:0 0 0 70px;
 	margin:0;
 	width: 375px; }

.promo ul {
	padding:10px 0 0 85px;
 	margin:0;
 	width: 375px; }

.promo ul li {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color:#6c6c6c;
	font-size:15px;
	padding:0 0 0 15px;
	background: transparent url("../../images/list_bullet.gif") no-repeat 0 8px; }

.promo .buttons {
	padding:35px 0 0 70px;}

.promo a {
	color:#fff;
	padding:10px 13px;
	font-size:12px;
	font-weight: bold;
	margin:0 10px 0 0;
	background:#5381ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

.promo a:hover {
	color:#fff;
	text-shadow: 0 1px 0 #000;
	background:#343434; }

/* NEWSTICKER */
.news {
	position: absolute;
	bottom: 15px;
	z-index:10;
	left:15px;
	padding:0;
	margin:0;
	width:944px;
	height:37px;
	background: transparent url("../../images/bg_newsticker.png") no-repeat top left;
	overflow: hidden; }

.news p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	float:left;
	width: 129px;
	line-height:39px;
	padding:0;
	margin:0;
	font-size:12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #686868;
	color:#fff; }

.news ul {
	position: absolute;
	width:944px;
	height:37px;
	margin:0 0 0 130px;
	padding:0;
	list-style-type: none;
	list-style: none;
	background: none; }

.news ul li {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:12px;
	color:#656565;
	text-shadow: 0 1px 0 #fff;
	line-height:39px;
	margin:0;
	float:left;
	background: none; }

.news li a {
	padding:0;
	margin:0;
	background:none; }

/* MAIN CONTENT */
.main-content ul li {
	font-size:0.9em;
	padding:0 0 0 15px;
	background: transparent url("../../images/list_bullet.gif") no-repeat 0 8px; }

.main-content .title  {
	height: 128px;
	margin:0 0 20px 0; }

.main-content .title h1  {
	font-family:"TitilliumText14L 800 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:3em;
	color:#343434;
	letter-spacing: -2px;
	margin:0;
	padding:20px 0 0 0; }

.main-content .title h2  {
	font-family:"TitilliumText14L 250 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:16px;
	color:#5381ac;
	font-weight: lighter;
	letter-spacing: -1px;
	margin:0;
	padding:0; }

.webhosting  {
	background: transparent url("../../images/bg_title_webhosting.png") no-repeat top left; }

.dedicatedhosting  {
	background: transparent url("../../images/bg_title_dedicatedhosting.png") no-repeat top left; }

.managedservices  {
	background: transparent url("../../images/bg_title_managedservices.png") no-repeat top left; }
/*
.main-content .postit {
	position: absolute;
	top:-30px;
	right:-40px;
	width: 206px;
	height: 203px;
	z-index: 1;
	background: transparent url("../../images/postit.png") no-repeat top right; }
*/

/* OVERVIEW */
.overview  {
	margin:20px 0 0 0; }

.overview p {
	padding:0 0 0 45px;
	margin:0 0 25px 0; }

.overview p span {
	color:#333;
	display:block;
	font-weight: bold; }

.overview p.tools {
	background:transparent url("../../images/icons/tools.gif") no-repeat top left; }

.overview p.ram {
	background:transparent url("../../images/icons/ram_drive.png") no-repeat top left; }

.overview p.tv {
	background:transparent url("../../images/icons/plasma_tv.png") no-repeat top left; }

.overview p.drive {
	background:transparent url("../../images/icons/hard_drive.png") no-repeat top left; }

.overview p.cpu {
	background:transparent url("../../images/icons/cpu.png") no-repeat top left; }

.overview p.switch{
	background:transparent url("../../images/icons/switch.png") no-repeat top left; }

.overview p.globe {
	background:transparent url("../../images/icons/globe.gif") no-repeat top left; }

.overview p.database {
	background:transparent url("../../images/icons/database.gif") no-repeat top left; }

.overview p.mailprotection {
	background:transparent url("../../images/icons/mail.gif") no-repeat top left; }

.overview p.pie {
	background:transparent url("../../images/icons/pie.gif") no-repeat top left; }

.overview p.question {
	background:transparent url("../../images/icons/question.gif") no-repeat top left; }

/*	-------------------------------------------------------------
	SHOWCASE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/


/* FEATURES BOX */
.feature {
	width: 100%;
	padding:20px;
	margin:20px 0;
	background:#f2f2f2;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

.feature img {
	float:left;
	margin:0 20px 0 0; }

.feature h1, .feature p {
	margin:0;
	padding:0;
	line-height: 1.7em; }


/* SIDEBAR */
ul.subnav {
	padding:0;
	margin:0 0 20px 0; }

ul.subnav li  {
	display:block;
	padding: 3px 0;
	background: none; }

ul.subnav li a {
	display:block;
	font-size: 1.1em;
	padding:12px 10px 3px 10px;
	text-align: left;
	border-top:1px solid #efefef;
	color: #919394 }

ul.subnav li a:hover, ul.subnav li a.selected {
	color: #484747 }


ul.subnav li:first-child a  {
	padding-top:0;
	display:block;
	border-top:0px solid #efefef; }

/*	-------------------------------------------------------------
	TABLES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

td.subheading{
	border-left: 1px solid #CECECE !important;
	border-right: 1px solid #CECECE !important;
	color: #5381AC;
    	font-family: "TitilliumText14L 250 wt","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
    	font-size: 16px;
    	font-weight: lighter;
    	letter-spacing: -1px;
   	margin: 0;
   	padding: 0;
}
.hidden {
	display: none;
}
td.yes {
height: 6px;
background: url("../../images/yesContent.gif") 13px 11px no-repeat; }

td.no {
height: 6px;
background: url("../../images/noContent.gif") 13px 11px no-repeat; }

#table-a {
	width: 600px;
	height: auto;
	margin:0 0 20px 0;
	float:right;
	border-collapse: separate;
	border-bottom:1px solid #cecece }

#table-a caption {
	font-family:"TitilliumText14L 800 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size:20px;
	color: #333;
	margin:10px 0 20px 0;
	padding:0;
	text-align: left; }

#table-a thead {
	height:55px;
	line-height: 30px;
	background: url("../../images/bg_table_thead.gif") no-repeat top center; }

#table-a thead th {
	color:#fff;
	text-shadow: 0 1px 0 #383838;
	text-align: left;
	font-size: 14px;
	padding:0 0 0 10px; }

#table-a tbody {
	font-size:0.9em;
	background:#fcfcfc; }

#table-a tr.alt {
	background:#e9e9e9; }

#table-a tr.alt td {
	border-left:1px solid #fff;
	border-bottom:1px solid #e4e4e4;
	border-top:1px solid #e4e4e4; }

#table-a tr.alt td.left {
	border-left:1px solid #cecece; }

#table-a td {
	padding:10px;
	color:#666;
	font-weight: normal;
	border:none;
	border-left:1px solid #cecece;
	vertical-align: middle;}

#table-a td.left {
	width:150px;
	color:#333;
	font-weight: bold;
	padding:10px 10px 10px 15px;
	border-left:1px solid #cecece; }

#table-a td.last {
	border-right:1px solid #cecece; }

#table-a td.price {
	color:#5381ac;
	font-size:14px; }

#table-a td.order {
	background:#fff;
	padding:20px 0 0 10px;
	border: none !important; }

#table-a td.order a {
	color:#fff;
	padding:10px 13px;
	font-size:12px;
	font-weight: bold;
	margin:0 10px 0 0;
	background:#5381ac;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px; }

/*	-------------------------------------------------------------
	Lightbox
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext,
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button,
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }

/* Error Handling */
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* NAVBAR */
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev,
.lv_controllerNext,
.lv_controllerSlideshow,
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

html #lv_
 {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

/*	-------------------------------------------------------------
	FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
#rf_head {
	font-family: "TitilliumText14L 800 wt", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 30px;
	opacity: 0.3;
}
#right_footer{
	float:right;
	margin:27px;
	text-align:center;
	font-size: 11px;
	color: #FFF;
}
.footer {
	margin:20px auto;
	width: 973px;
	height: 91px;
	display: block;
	background: transparent url("../../images/bg_footer.png") no-repeat top left; }

.footer .bottomnav li {
	padding:0 0 0 10px;
	vertical-align: middle;
	float: left;
	line-height: 91px; }

.footer a {
	color:#fff; }

/*	-------------------------------------------------------------
	CLOSING STYLES FOR SCREEN / PROJECTION
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */

#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* Content */

.post p{
font-family: Georgia, "Bitstream Charter", serif !important;
color: #666;
font-size: 16px;
line-height: 24px;
display: block;
margin-bottom: 24px;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;

}

.main-content #announcementstwitterfeed ul li{
background: none;
}
  
.page-id-11 td input[type=text], .page-id-11 td input[type=password], .page-id-11 td input[type=email], .page-id-11 td select, .page-id-11 td textarea{
display: block;
width: 100%;
}
